home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2001 April / DPPCPRO0401.iso / essent / internet / Arachnop / setup.exe / {app} / templates / template.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2000-12-02  |  80 b   |  10 lines

  1. // [arach_filename]
  2.  
  3. #include <iostream>
  4.  
  5. int main()
  6. {
  7.     |
  8.     return 0;
  9. }
  10.